home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
x_training.swf
/
scripts
/
DefineButton2_84
/
BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
227 b
|
10 lines
on(release, keyPress "<Enter>"){
if(!mcSend.isSend)
{
mcSend.isSend = true;
mcSend.sPlayer = sPlayer;
mcSend.iScore = _root.iScore;
mcSend.loadVariables(_root.sSetScoreUrl,"POST");
}
}